home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1996 September & October
/
Amiga-CD 1996 #9-10.iso
/
ausgabe_9_96
/
kommunikation
/
voodoo
/
s
/
buffermail
< prev
next >
Wrap
Text File
|
1996-03-24
|
403b
|
18 lines
Key MailFile/A,StorageDir/A
bra {
ket }
; By Allan Odgaard. If online, send immediately, otherwise copy to storage
; directory for later processing.
failat 99
rx "address rxslip.1 'popup'; address rxslip.1 'hide'" ; any rexx command will do
If warn
C:Copy {MailFile} {StorageDir}
Else
PutMail Mail={MailFile} Home=Home: NoAddr NoHead NoSig
If warn
C:Copy {MailFile} {StorageDir}
EndIf
EndIf